(minibuffer-default-add-completions):
authorJuri Linkov <juri@jurta.org>
Sat, 28 Mar 2009 21:17:46 +0000 (21:17 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 28 Mar 2009 21:17:46 +0000 (21:17 +0000)
Remove `(interactive)'.  (Bug#2805)

lisp/simple.el

index 999809e6bd83457f9f6f46d0ffb55ad44af43c33..b7f1fca0f37b7816a51dd6fbee09939866699a11 100644 (file)
@@ -1359,7 +1359,6 @@ this by calling a function defined by `minibuffer-default-add-function'.")
   "Return a list of all completions without the default value.
 This function is used to add all elements of the completion table to
 the end of the list of defaults just after the default value."
-  (interactive)
   (let ((def minibuffer-default)
        (all (all-completions ""
                              minibuffer-completion-table